home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID005.dxr / 00040.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  155 b   |  14 lines

  1. on exitFrame
  2.   if the timer < 300 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   sound stop 1
  12.   go(8)
  13. end
  14.